home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / HARDWARE / IICALARM / !iicAlarm / Tools / !AlarmQuit / !Run
Text File  |  1994-05-03  |  439b  |  13 lines

  1. | !Run-File for !AlarmQuit 0.10
  2. | Shutdown Computer on automatic request.
  3. | So check if computer was switched on automatically.
  4. | Else do nothing.
  5.  
  6. WimpSlot -min 32k -max 32k
  7. | If the Alarmsystem is active, we set the next Alarm.
  8. IF "<AlarmMode>" <> "" THEN Run <AlarmExt$Dir>.AlarmSet
  9.  
  10. | If this was an automatic start then we may switch off
  11. | without Shutting down the computer !
  12. IF "<AlarmMode>" = "1" THEN Run <AlarmExt$Dir>.SwitchOff
  13.